Open
Conversation
updates the velocity egg for pelican to match the pterodactyl one.
update templates with correct links
cleaned up the rest of the places where panels are mentioned
* [Bedrock Vanilla] Add Multiple World choose options Added a Startup Variable Option which will point to the World Folder Name in the Directory and thus Choosing between Multiple Worlds more Easily * apply to the pelican egg --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
update templates
* Added neoforge loader installer to curseforge-gen Automatically detect and load the neoforge version for modpacks * Pelican export --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
The current CurseForge support article listed in the README and Egg variable description is misleading and unnecessary. It is much easier to obtain an API key for free in their developer portal at https://console.curseforge.com - Updated the README and Egg "CurseForge API Key" variable description with this new link. - Changed the "CurseForge API Key" variable to not be user visible. My reasoning behind this is that the host should maintain one key for all clients instead of requiring clients to obtain their own keys. Also, previously, with it being a required variable, it forced the host to either input their private key or an invalid "Enter your key here" string before the server can be created, which is more clunky in my opinion. - Added variable `sort` values for the Pelican Egg. - Small capitalization adjustments.
[java\curseforge] Improve API key documentation & visibility
* Only changed the URL, since the rest of the code is still valid working code.
[Bedrock Vanilla] fix: outdated server file download URL
Also added support for Java 22
feat(modrinth): add support for NeoForge
* feat: add via proxy egg * fix: use proper env variable * refactor: use pelican installer image * refactor: use code from github release grabber * refactor: add java 22 * Pterodactyl + features --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
* Fix FTB Egg * Update README.md * Readded Java 8 * Updated egg Added "features" to egg. Changed pterodactyl images to parkervcp images. * Add back the pelican egg * indentation * Fix unavailable version in README --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
* Switch paper to fill.papermc.io * Apply requested changes
* Added Always Auth Eggs * Updated the README * Removed pterodactyl egg as it wasn't generated by the panel and was manually made from the pelican panel egg version, will add a pterodactyl egg version later. * Updated the global README * Added AlwaysAuth to the sub directory READMEs * Added a way to have max memory set by host * Added pterodactyl egg using https://redthirten.github.io/scramble-egg-converter/ Thanks QuintenQVD0 for telling me about it! * Update default port description from Game to Authorization * Updated the eggs to use a default server-ip of 0.0.0.0 to catch all traffic, thanks again QuintenQVD0 this is my first egg, and they're catching all the things I'm missing, truly a big help!
…th 8.3 and 8.4 (#105) * fixed installscrit, to prevent "unsupported Version" with 8.3 and 8.4 * add ptero egg too * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update description Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* changed all images from openjdk:8-jdk-slim to eclipse-temurin:8 * replaced all eclipse-temurin:8 and eclipse-temurin:8-jdk with ghcr.io/pelican-eggs/installers:java_8; side-effekt: all install images now include the jdk * replaced all eclipse-temurin:17-jdk with ghcr.io/pelican-eggs/installers:java_17 * reverting changes for FTB/outdated to original; no need to upgrade outdated egg's * added missing \ to the container images * upgraded all installation images to their yolks * changed "ghcr.io\/parkervcp\/yolks:java_8" to "ghcr.io\/pelican-eggs\/installers:java_8" changed "ghcr.io\/parkervcp\/yolks:java_11" to "ghcr.io\/pelican-eggs\/installers:java_17" changed "ghcr.io\/parkervcp\/yolks:java_21" to "ghcr.io\/pelican-eggs\/installers:java_21" temporarily * fixed image name formating * reverting fabric back to java-11 * exported from panel: - ftb-server - fabric - glowstone - modrinth-generic - quilt * exported forge-enhanced from panel fixed issue in the installation script where installer.jar gets killed * migrated scripts.installation.container field from ghcr.io/parkervcp/installers to ghcr.io/pelican-eggs/installers --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
* Add: minecraft stock eggs * Fix readme
* Add Java 25 docker image to vanilla egg To properly support the latest version of Minecraft, version 26.1 (first drop in 2026), which requires at least Java version 25, so that users do not have to set it up themselves * Export from panel --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist for all submissions
New egg Submissions